home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / Delphi 3.0 / DATA.Z / READLINK.TXT < prev    next >
Encoding:
Text File  |  1997-01-21  |  4.3 KB  |  118 lines

  1.  
  2. ============================================================
  3.    WELCOME TO BORLAND 32-BIT SQL LINKS 4.0 FOR WINDOWS 95/NT
  4.    ---------------------------------------------------------
  5.  
  6.  
  7. This file contains important, late-breaking information 
  8. about Borland SQL Links for Windows, including revisions 
  9. to the documentation.  Information in this file supersedes 
  10. information in the SQL Links documentation.
  11.  
  12.  
  13. TABLE OF CONTENTS
  14. -----------------
  15.  
  16. 1.  TIPS FOR USING SQL LINKS
  17. 2.  KNOWN PROBLEMS
  18.  
  19.  
  20. 1. TIPS FOR USING SQL LINKS
  21. ---------------------------
  22.  
  23. WHERE TO START
  24. For information about configuring and connecting to SQL 
  25. servers, see the Help file SQLLNK32.HLP. SQLLNK32.HLP also
  26. contains a Hints, Problems, and Notes topic containing
  27. various tips and troubleshooting information.
  28.  
  29.  
  30. 2. KNOWN PROBLEMS
  31. -----------------
  32.  
  33. DB2 ON WINDOWS 95
  34. In Windows 95, you should catalog DB2 nodes using TCP/IP on the client, 
  35. such as 
  36.  
  37.     CATALOG TCP/IP NODE MYNODE ...
  38.  
  39. If you use the Microsoft IPX/SPX protocol, the protocol will hang when 
  40. metadata is retrieved. IBM reports that this is a Microsoft problem.
  41.  
  42. The DB2 SQL Links driver can only access servers in the Windows 95
  43. environment that are connected using TCP/IP.
  44.  
  45. ROLLBACKS AND INFORMIX LOGGING TABLES
  46. Rolling back a transaction on an Informix Logging database
  47. invalidates the cursor. To avoid this, use ANSI databases or
  48. close the cursor after rolling back the transaction and
  49. reopen it.
  50.  
  51. SYBASE CT-LIB STORED PROCEDURES
  52. When ENABLE BCD is TRUE, stored procedures with MONEY fields
  53. fail to retrieve MONEY output parameters.
  54.  
  55. INFORMIX - DECIMAL AND MONEY PRECISION
  56. DECIMAL and MONEY data types are rounded to two decimal
  57. places when getting data from the server. For example,
  58. DECIMAL 123.4567 is rounded to 123.45. This is a vendor
  59. issue. To prevent this, set ENABLE BCD to TRUE in the BDE
  60. Administrator.
  61.  
  62. INFORMIX - APPLYING FILTERS
  63. Applying a filter on DECIMAL and MONEY fields in 
  64. Informix will fail, because the data types are all mapped 
  65. to the BDE logical type fldFLOAT. To avoid this, use 
  66. passthrough SQL.
  67.  
  68. UPDATABLE SQL QUERIES
  69. Tables owned by another user must be qualified by owner
  70. name.  Use quotation marks around the entire qualified
  71. name, for example "OWNER"."TABLE".
  72.  
  73. INFORMIX - USING VERSION 7.2 WITH BLOB FIELDS
  74. If you open a BLOB field on an Informix 7.2 server, trying
  75. to move to another record causes the server to crash. This
  76. is caused by an Informix problem corrected in version 7.21
  77. of their server. You can also revert to version 7.14 to
  78. avoid the problem. Reference case number 55155 when
  79. contacting Informix for an update.
  80.  
  81. INSTALLSHIELD TEMPORARY DIRECTORIES IN WINDOWS NT
  82. When installing the SQL Links under Windows NT, InstallShield 
  83. does not remove temporary directories named _ISTMPx.DIR, where 
  84. x is a number from 0 to 9. You must delete them manually.
  85.  
  86. ADDING DBASE INDEXES ON WINDOWS NT 3.51
  87. When you add an index using DbiAddIndex or DbiCreateTable to
  88. a dBASE table under Windows NT version 3.51, you must close
  89. any cursors referencing the table and reopen them before
  90. using the table. This problem only occurs with tables
  91. located on a Novell NetWare server being accessed by
  92. Microsoft's NetWare client for NT. A workaround is to use
  93. Novell's NetWare client for NT.
  94.  
  95. OPENING ACCESS TABLES IN PARADOX FOR WINDOWS VERSION 7
  96. Opening an Access table in version 7 of Paradox for Windows 
  97. crashes the program. A solution is being researched.
  98.  
  99. USING QBE WITH ACCESS TABLES IN PARADOX FOR WINDOWS VERSION 7
  100. You can't currently use QBE queries with Access tables in
  101. version 7 of Paradox for Windows.
  102.  
  103. INFORMIX - USING NATIONAL LANGUAGE SETTINGS
  104. If your Informix client software is set up to use German language
  105. settings, extraneous data may be displayed in CHAR or VARCHAR
  106. fields. This is a problem with the client software and is being
  107. investigated by Informix.  A workaround is to set all national
  108. language parameters to blank using the Informix SETNET32 utility.
  109.  
  110. DB2 - UNDERSCORES ( _ ) TREATED LIKE WILDCARDS
  111. If the names of two tables differ by only an underscore (for
  112. example, TABLE1 and TABLE_), and the same user owns both
  113. tables, attempts to retrieve the meta data for TABLE_ also
  114. retrieves the meta data for TABLE1. This is an IBM problem.
  115.  
  116. ============================================================
  117.  
  118.